home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-08-18 | 740 b | 34 lines | [TEXT/KAHL] |
- /*
- File: DebugFlags.h
-
- Contains: Debug flags.
-
- Written by: Gary Woodcock
-
- Refer to develop Issue 14, "Video Digitizing Under QuickTime",
- for details on this code.
-
- Copyright: © 1992-1993 by Gary Woodcock, all rights reserved.
-
- Change History (most recent first):
-
- */
-
- //-----------------------------------------------------------------------
-
- #ifndef _DEBUGFLAGS_
- #define _DEBUGFLAGS_
-
- //-----------------------------------------------------------------------
- // flags
-
- // Comment out this flag when building a standalone component
- #define DEBUG_ME
-
- //-----------------------------------------------------------------------
-
- #endif _DEBUGFLAGS_
-
- //-----------------------------------------------------------------------
-
-